home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARMCLUB / EUREKA / EUREKA29 / Programs / BeebIt / !BeebIt / !Help < prev    next >
Text File  |  1999-01-05  |  3KB  |  77 lines

  1. BeebIt : Version -1.00 (06 January 1999)
  2. ========================================
  3. By Michael Foot <mikef@voyager.co.nz>
  4.  
  5. NOTE: This is not a proper release of BeebIt.
  6. It has been released in this patrtial state to show you what it will be able to do in the future. It is by no means complete yet, and it will have bugs.
  7. It has also only been tested on a RISC PC with StrongARM processor. I cannot guarantee it's performance on any other Acorn machine.
  8.  
  9. INTRODUCTION
  10. ------------
  11.  
  12. BeebIt attempts to emulate the behaviour of a British Broadcasting Corporation Model B Micro Computer.
  13. The BBC Micro was manufactured by Acorn Computers Ltd of Cambridge, England in the early 1980's.
  14.  
  15. GETING STARTED
  16. ---------------
  17.  
  18. BeebIt will not work as it stands. You will need a copy of the ROM images that came with the original Model B. These are:
  19.  
  20. OPERATING SYSTEM: This must be put into the !BeebIt directory with the name 'OS'.
  21. Currently only tested with Acorn OS 1.20.
  22.  
  23. LANGUAGE: This must be put into the !BeebIt directory with the name 'BASIC'.
  24. Currently only tested with Acorn BBC BASIC 2.00.
  25.  
  26. You will also need an 8271 compatable disc filing system ROM image if you intend to use disc images.
  27.  
  28. DISC INTERFACE: This must be put into the !BeebIt directory with the name 'DFS'.
  29. Currently only tested with Acorn DFS 1.20.
  30.  
  31. USING DISC IMAGES
  32. -----------------
  33.  
  34. Currently, floppy disc drives 0 and 1 are emulated. These use 'disc image files' which are stored inside the !BeebIt directory. Each image is assumed to be a copy of an 80 track single sided disc.
  35. The file for drive 0 and drive 1 must be called IMAGE0 and IMAGE1 respectively.
  36. This release only supports reading of disc image. Saving of files will be implemented in a later release. A good source of disc images for you to try can be found at 'The BBC Lives' web site listed below.
  37.  
  38. Your directory structure should look like this:
  39.  
  40. !BeebIt
  41.   !Help
  42.   !Run
  43.   !RunImage
  44.   !Sprites
  45.   BASIC      (BASIC ROM image)
  46.   DFS        (Disc Filing System image)
  47.   IMAGE0     (Drive 0 image)
  48.   IMAGE1     (Drive 1 image)
  49.   OS         (Operating System image)
  50.  
  51. KEYS
  52. ----
  53.  
  54. F12 - Exit emulator
  55.  
  56. REGISTRATION
  57. ------------
  58.  
  59. This version of BeebIt is Emailware. If you are using this program, all I ask is that you send me a message by email, with comments or suggestion if you like. This will help me to gauge how many people are interested in the program. The more people I know are using it, the more motivation I will have to keep improving it! 
  60. Please let me know also what type of Acorn computer you are using and how it performs on it.
  61.  
  62. LATER VERSIONS
  63. --------------
  64.  
  65. The latest version can be obtained from my home page at http://www.voyager.co.nz/~mikef.
  66.  
  67.  
  68. ACKNOWLEDGEMENTS
  69. ----------------
  70.  
  71. Many thanks to:
  72.  
  73. * David Davenport for releasing the sources to BeebInC, his BBC Emulator, which was a great starting point for this Emulator. BeebIt still uses a number of peices of code from BeebInC. Also thanks for his help with a number of questions I put to him.
  74. * David Alan Gilbert for relasing the sources to his emulator, BeebEm. These were another great help in getting everything working correctly.
  75. * Robert Schmidt for maintaining the excellent 'BBC Lives' web site at <http://www.nvg.unit.no/bbc/>
  76. * The BBC Games Archive at <http://easyweb.easynet.co.uk/~viewtronix/beeb/>
  77.